Skip to main content

formatBooleanListAsItems

Type

handler

Summary

Format a list of booleans as a comma-delimited "item" string

Syntax

formatBooleanListAsItems(<pList>)

Description

Helper function for converting a list of booleans into a LiveCode Script "item" list, obeying the LiveCode Script rules for items.

Parameters

NameTypeDescription

pList

A list of booleans

Value

NameTypeDescription

return

A comma-delimited LiveCode Script-compatible "item" string

handler: formatNumberListAsItems, parseItemsAsBooleanList